home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / dir / Drawersize.lha / Drawersize / DrawerSize.doc < prev    next >
Text File  |  1999-01-17  |  3KB  |  98 lines

  1.  
  2.  
  3. DrawerSize
  4. ----------
  5.  
  6.  
  7. Copyright
  8. ---------
  9.  
  10. Drawersize is FREEWARE, (C) H Brown,S Rouse 20/12/98 (see disclaimer below).
  11.  
  12.  
  13. Disclaimer
  14. ----------
  15.  
  16. Drawersize is to be used entirely at owner's risk. No liability whatsoever
  17. can be accepted by the authors for any losses incurring due to the use
  18. of this software.
  19.  
  20.  
  21. Distribution
  22. ------------
  23.  
  24. Freely distributable only as complete archive Drawersize.lha
  25.  
  26.  
  27. Authors
  28. -------
  29.  
  30. Howard Brown <Howard@fhs1.demon.co.uk>
  31. Steve Rouse  <spr@streb.demon.co.uk>
  32.  
  33. ----PLEASE mail some feedback! (to spr)----
  34.  
  35. What is it?
  36. -----------
  37. DrawerSize is a utility program run by Workbench from the WBStartup drawer
  38. which attaches a menu item to the Workbench "Tools" menu called "Drawer Size".
  39.  
  40. When selected the program will scan all the files in a highlighted drawer
  41. and display the total size of the drawer in bytes along the Workbench screen
  42. titlebar. 
  43.  
  44. Useful? We like to think so, especially for transferring drawers between
  45. machines using floppy- no more five minute coffee grinding followed by a
  46. "Disk Full" error.
  47.  
  48.  
  49. Why was it written?
  50. -------------------
  51.   1) To fulfil the above need.
  52.   2) To use the fabulous Blitz Basic to program a "serious" application.
  53.   3) To learn how to program the Amiga's operating system
  54.      (We learned a hell of a lot in the end!)
  55.   4) To help other people learn how to program the Amiga's operating system.
  56.      (The enclosed source code is fully documented and should be fairly
  57.       easy to translate into other languages. Not that you'd want to, 
  58.       having programmed in Blitz :-)  )
  59.   5) To contribute something to Aminet, having taken so much!
  60.  
  61.  
  62. Which Amigas?
  63. -------------
  64. Needs Kickstart 2.04 or higher. 
  65. Tested (so far) on A500+ with fast RAM, an unexpanded A1200 and an
  66. accelerated A1200 with fast RAM.
  67.  
  68.  
  69. How is it installed?
  70. --------------------
  71. Copy the program (including icon, CLI users!) into the WBStartup drawer.
  72. Reboot to run the program.
  73.  
  74.  
  75. How is it used?
  76. ---------------
  77. Select a drawer icon (single click, LMB) and choose Drawer Size from Workbench
  78. "Tools" menu. The size of the drawer is displayed on the screen titlebar.
  79.  
  80. On choosing menu with no icon selected, last selection is redisplayed.
  81.  
  82. DrawerSize icon has one tooltype:
  83.     DONOTWAIT  must be present if run from WBStartup drawer.
  84.  
  85.  
  86. Acknowledgements.
  87. -----------------
  88. Acid Software for the thinking man's programming language.
  89. Paul Andrews and Aaron Koolen for a couple of file system routines.
  90.  
  91. Program history.
  92. ----------------
  93. It works now, so who cares?!
  94.  
  95. Having said that, we don't know how to delay the screen title by a consistent
  96. amount. We think it is something to do with memory allocation. Any comments?
  97.  
  98.